'宣言 Public Function GetPropIndex( _ ByVal propKey As System.Integer _ ) As System.Integer
'使用法 Dim instance As PropsHashTable(Of T) Dim propKey As System.Integer Dim value As System.Integer value = instance.GetPropIndex(propKey)
public System.int GetPropIndex( System.int propKey )
パラメータ
- propKey
- The property key.